Xbasic

OBJECT.LOCATE Function

Syntax

.Locate()

Description

Displays the Locate dialog box.

Discussion

The <OBJECT>.LOCATE() method applies to:

Browses (for <OBJECT> use either the <BROWSE> pointer or the name of the browse)
Forms (for <OBJECT> use either the <FORM> pointer or the name of the form)

The <OBJECT>.LOCATE() method displays the Locate dialog box.

Example

This script is attached to a button. It displays the Locate dialog:

parentform.locate()

Limitations

Desktop applications only.

See Also